ElementMulticategoryFilter(ICollection<BuiltInCategory>, Boolean)
Description:
Constructs a new instance of a filter to match elements by built-in category, with the option to match all elements which are not of the given category.
Constructs a new instance of a filter to match elements by built-in category, with the option to match all elements which are not of the given category.
Overloads (4):
ElementMulticategoryFilter(ICollection[BuiltInCategory],Boolean)
public ElementMulticategoryFilter(
ICollection<BuiltInCategory> categories,
bool inverted
)
-
ICollection<BuiltInCategory>categoriesThe built-in categories to match.
-
BooleaninvertedTrue if the filter should match all elements which are not of the given built-in categories.